home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML Instance.sea / XML Instance / Required / plugins / HTMLWindow.jar / horst / HTMLPaneStatus.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-03-18  |  687 b   |  15 lines

  1. package horst;
  2.  
  3. public class HTMLPaneStatus {
  4.    public static final int CONNECTING = 0;
  5.    public static final int PARSING = 1;
  6.    public static final int LAYINGOUT = 2;
  7.    public static final int LOADING_RESOURCES = 3;
  8.    public static final int LOADING_APPLET = 4;
  9.    public static final int PAGE_LOADED = 5;
  10.    public static final int CONTENT_TYPE = 6;
  11.    public static final int APPLET_STATUS_MSG = 7;
  12.    public static final int POPUPMENU_TRIGGER = 8;
  13.    public static final int IDLE = 9;
  14. }
  15.